View on GitHub
View on GitHub

FluxBase

Provides core types and functionality to implement applications using Flux architecture with .NET.

FluxBase / Dispatcher / WaitFor(object) Method

Waits for the registered handler with the provided id to complete.

This is a public method.

public void WaitFor(object id)

Parameters

Exceptions

Remarks

The method only blocks if the referred callback is registered and has not yet been executed.

See Also